Home
last modified time | relevance | path

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

/include/linux/
Ddccp.h68 return (struct dccp_hdr *)skb_transport_header(skb); in dccp_hdr()
75 return memset(skb_transport_header(skb), 0, headlen); in dccp_zeroed_hdr()
108 return (struct dccp_hdr_request *)(skb_transport_header(skb) + in dccp_hdr_request()
114 return (struct dccp_hdr_ack_bits *)(skb_transport_header(skb) + in dccp_hdr_ack_bits()
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) + in dccp_hdr_response()
132 return (struct dccp_hdr_reset *)(skb_transport_header(skb) + in dccp_hdr_reset()
Dicmp.h22 return (struct icmphdr *)skb_transport_header(skb); in icmp_hdr()
Dip.h31 return (struct iphdr *)skb_transport_header(skb); in ipip_hdr()
Digmp.h22 return (struct igmphdr *)skb_transport_header(skb); in igmp_hdr()
28 return (struct igmpv3_report *)skb_transport_header(skb); in igmpv3_report_hdr()
34 return (struct igmpv3_query *)skb_transport_header(skb); in igmpv3_query_hdr()
Dpim.h78 return (struct pimhdr *)skb_transport_header(skb); in pim_hdr()
Datalk.h65 return (struct ddpehdr *)skb_transport_header(skb); in ddp_hdr()
93 return (struct elapaarp *)skb_transport_header(skb); in aarp_hdr()
Dicmpv6.h11 return (struct icmp6hdr *)skb_transport_header(skb); in icmp6_hdr()
Dudp.h23 return (struct udphdr *)skb_transport_header(skb); in udp_hdr()
Dipv6.h129 return (struct ipv6hdr *)skb_transport_header(skb); in ipipv6_hdr()
Dsctp.h54 return (struct sctphdr *)skb_transport_header(skb); in sctp_hdr()
Dtcp.h27 return (struct tcphdr *)skb_transport_header(skb); in tcp_hdr()
Dskbuff.h2658 static inline unsigned char *skb_transport_header(const struct sk_buff *skb) in skb_transport_header() function
2766 return skb_transport_header(skb) - skb->data; in skb_transport_offset()
4660 unsigned char *csum_start = skb_transport_header(skb); in gso_make_checksum()
4787 unsigned char *l4_hdr = skb_transport_header(skb); in lco_csum()
/include/net/
Dah.h20 return (struct ip_auth_hdr *)skb_transport_header(skb); in ip_auth_hdr()
Dipcomp.h27 return (struct ip_comp_hdr *)skb_transport_header(skb); in ip_comp_hdr()
Desp.h11 return (struct ip_esp_hdr *)skb_transport_header(skb); in ip_esp_hdr()
Dip6_checksum.h70 skb->csum_start = skb_transport_header(skb) - skb->head; in __tcp_v6_send_check()
Dgre.h142 skb->csum_start = skb_transport_header(skb) - skb->head; in gre_build_header()
Dudp.h130 __wsum csum = csum_partial(skb_transport_header(skb), in udp_csum_outgoing()
140 __wsum csum = csum_partial(skb_transport_header(skb), in udp_csum()
Dvxlan.h321 (skb_inner_mac_header(skb) - skb_transport_header(skb) != in vxlan_features_check()
Dpkt_cls.h490 return skb_transport_header(skb); in tcf_get_base_ptr()
/include/net/phonet/
Dpep.h61 return (struct pnpipehdr *)skb_transport_header(skb); in pnp_hdr()
Dphonet.h60 return (struct phonetmsg *)skb_transport_header(skb); in pn_msg()