Searched refs:HSR_HLEN (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dif_hsr.h30 #define HSR_HLEN 6 macro
/linux-master/net/hsr/
H A Dhsr_forward.c127 skb_pull(skb_in, HSR_HLEN);
128 skb = __pskb_copy(skb_in, skb_headroom(skb_in) - HSR_HLEN, GFP_ATOMIC);
129 skb_push(skb_in, HSR_HLEN);
136 skb->csum_start -= HSR_HLEN;
172 /* trim the skb by len - HSR_HLEN to exclude RCT */
174 frame->skb_prp->len - HSR_HLEN);
223 trailer = (struct prp_rct *)skb_put(skb, HSR_HLEN);
257 if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN))
300 skb_headroom(frame->skb_std) + HSR_HLEN, GFP_ATOMIC);
306 skb->csum_start += HSR_HLEN;
[all...]
H A Dhsr_main.c153 BUILD_BUG_ON(sizeof(struct hsr_tag) != HSR_HLEN);
H A Dhsr_slave.c66 skb_set_network_header(skb, ETH_HLEN + HSR_HLEN);
H A Dhsr_device.c109 if (mtu_max < HSR_HLEN)
111 return mtu_max - HSR_HLEN;
122 HSR_HLEN);
H A Dhsr_main.h237 unsigned char *tail = skb_tail_pointer(skb) - HSR_HLEN;
/linux-master/net/core/
H A Dflow_dissector.c1466 nhoff += HSR_HLEN;

Completed in 152 milliseconds