Home
last modified time | relevance | path

Searched refs:skb_postpull_rcsum (Results 1 – 22 of 22) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs.c402 skb_postpull_rcsum(skb, skb_network_header(skb), in ipv6_srh_rcv()
405 skb_postpull_rcsum(skb, skb_transport_header(skb), in ipv6_srh_rcv()
513 skb_postpull_rcsum(skb, skb_network_header(skb), in ipv6_rpl_srh_rcv()
516 skb_postpull_rcsum(skb, skb_transport_header(skb), in ipv6_rpl_srh_rcv()
590 skb_postpull_rcsum(skb, oldhdr, in ipv6_rpl_srh_rcv()
H A Drpl_iptunnel.c164 skb_postpull_rcsum(skb, skb_network_header(skb), in rpl_do_srh_inline()
H A Dip6_input.c409 skb_postpull_rcsum(skb, skb_network_header(skb), in ip6_protocol_deliver_rcu()
H A Dioam6_iptunnel.c279 skb_postpull_rcsum(skb, skb_network_header(skb), sizeof(*oldhdr)); in ioam6_do_inline()
H A Draw.c402 skb_postpull_rcsum(skb, skb_network_header(skb), in rawv6_rcv()
H A Desp6.c820 skb_postpull_rcsum(skb, skb_network_header(skb), in esp6_input_done2()
H A Dseg6_local.c252 skb_postpull_rcsum(skb, skb_network_header(skb), off); in decap_and_validate()
/linux/net/dsa/
H A Dtag_ocelot.c103 skb_postpull_rcsum(skb, start, OCELOT_TOTAL_TAG_LEN); in ocelot_rcv()
/linux/net/openvswitch/
H A Dvport-internal_dev.c201 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in internal_dev_recv()
H A Dactions.c235 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_ALEN * 2); in set_eth_addr()
606 skb_postpull_rcsum(skb, nh, length); in set_nsh()
/linux/net/batman-adv/
H A Drouting.c773 skb_postpull_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); in batadv_reroute_unicast_packet()
889 skb_postpull_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); in batadv_check_unicast_ttvn()
H A Dmesh-interface.c448 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in batadv_interface_rx()
/linux/net/ipv4/
H A Dfou_core.c68 skb_postpull_rcsum(skb, udp_hdr(skb), len); in fou_recv_pull()
191 skb_postpull_rcsum(skb, udp_hdr(skb), len); in gue_udp_recv()
H A Dip_tunnel.c440 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in ip_tunnel_rcv()
/linux/drivers/net/
H A Dnetkit.c105 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in netkit_xmit()
H A Dgeneve.c268 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in geneve_rx()
/linux/include/linux/
H A Dskbuff.h3981 * skb_postpull_rcsum - update checksum for received skb after pull
3990 static inline void skb_postpull_rcsum(struct sk_buff *skb, in skb_postpull_rcsum() function
4796 * here, skb_postpull_rcsum is done so skb->csum start is ptr.
4810 skb_postpull_rcsum(skb, skb->data, ptr - (void *)skb->data); in skb_remcsum_process()
/linux/net/wireless/
H A Dutil.c665 skb_postpull_rcsum(skb, &payload, ETH_ALEN + 2); in ieee80211_data_to_8023_exthdr()
/linux/net/core/
H A Dfilter.c1708 skb_postpull_rcsum(skb, skb_mac_header(skb), skb->mac_len); in bpf_pull_mac_rcsum()
2178 skb_postpull_rcsum(skb, skb_mac_header(skb), mlen); in __bpf_redirect_no_mac()
3281 skb_postpull_rcsum(skb, old_data + off, len); in bpf_skb_generic_pop()
6664 skb_postpull_rcsum(skb, skb_network_header(skb), hdroff); in BPF_CALL_4()
H A Ddev.c2424 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in __dev_forward_skb2()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1595 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); in vxlan_set_mac()
/linux/net/mac80211/
H A Drx.c4920 skb_postpull_rcsum(skb, skb->data + snap_offs, in ieee80211_invoke_fast_rx()