diff options
| author | Martin Schiller <[email protected]> | 2020-01-21 06:00:34 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-21 10:41:36 +0000 |
| commit | 953c4a08dfc9ffe763a8340ac10f459d6c6cc4eb (patch) | |
| tree | e765ca351e3d2be8eab1d800752462b2a02cc83e /net/unix/af_unix.c | |
| parent | wan/hdlc_x25: make lapb params configurable (diff) | |
| download | kernel-953c4a08dfc9ffe763a8340ac10f459d6c6cc4eb.tar.gz kernel-953c4a08dfc9ffe763a8340ac10f459d6c6cc4eb.zip | |
wan/hdlc_x25: fix skb handling
o call skb_reset_network_header() before hdlc->xmit()
o change skb proto to HDLC (0x0019) before hdlc->xmit()
o call dev_queue_xmit_nit() before hdlc->xmit()
This changes make it possible to trace (tcpdump) outgoing layer2
(ETH_P_HDLC) packets
Additionally call skb_reset_network_header() after each skb_push() /
skb_pull().
Signed-off-by: Martin Schiller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
