Searched refs:thoff (Results 1 – 11 of 11) sorted by relevance
| /include/net/netfilter/ |
| A D | nf_tables_ipv6.h | 12 int protohdr, thoff = 0; in nft_set_pktinfo_ipv6() local 15 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); in nft_set_pktinfo_ipv6() 16 if (protohdr < 0 || thoff > U16_MAX) { in nft_set_pktinfo_ipv6() 23 pkt->thoff = thoff; in nft_set_pktinfo_ipv6() 32 unsigned int thoff = 0; in __nft_set_pktinfo_ipv6_validate() local 50 protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); in __nft_set_pktinfo_ipv6_validate() 51 if (protohdr < 0 || thoff > U16_MAX) in __nft_set_pktinfo_ipv6_validate() 56 pkt->thoff = thoff; in __nft_set_pktinfo_ipv6_validate() 76 unsigned int thoff = 0; in nft_set_pktinfo_ipv6_ingress() local 97 if (protohdr < 0 || thoff > U16_MAX) in nft_set_pktinfo_ipv6_ingress() [all …]
|
| A D | nf_tables_ipv4.h | 15 pkt->thoff = ip_hdrlen(pkt->skb); in nft_set_pktinfo_ipv4() 22 u32 len, thoff, skb_len; in __nft_set_pktinfo_ipv4_validate() local 33 thoff = iph->ihl * 4; in __nft_set_pktinfo_ipv4_validate() 38 else if (len < thoff) in __nft_set_pktinfo_ipv4_validate() 40 else if (thoff < sizeof(*iph)) in __nft_set_pktinfo_ipv4_validate() 45 pkt->thoff = skb_network_offset(pkt->skb) + thoff; in __nft_set_pktinfo_ipv4_validate() 60 u32 len, thoff; in nft_set_pktinfo_ipv4_ingress() local 70 thoff = iph->ihl * 4; in nft_set_pktinfo_ipv4_ingress() 74 } else if (len < thoff) { in nft_set_pktinfo_ipv4_ingress() 76 } else if (thoff < sizeof(*iph)) { in nft_set_pktinfo_ipv4_ingress() [all …]
|
| A D | nf_tproxy.h | 115 nf_tproxy_handle_time_wait6(struct sk_buff *skb, int tproto, int thoff, 122 nf_tproxy_get_sock_v6(struct net *net, struct sk_buff *skb, int thoff,
|
| A D | nf_flow_table.h | 299 struct sk_buff *skb, unsigned int thoff, 302 struct sk_buff *skb, unsigned int thoff,
|
| A D | nf_tables.h | 36 u16 thoff; member 47 return pkt->thoff; in nft_thoff() 87 pkt->thoff = 0; in nft_set_pktinfo_unspec()
|
| /include/net/ |
| A D | flow_dissector.h | 24 u16 thoff; member 453 const void *data, int thoff, int hlen);
|
| A D | tcp.h | 2269 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 2271 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff));
|
| /include/linux/ |
| A D | virtio_net.h | 144 p_off = keys.control.thoff + thlen; in __virtio_net_hdr_to_skb() 149 skb_set_transport_header(skb, keys.control.thoff); in __virtio_net_hdr_to_skb()
|
| A D | skbuff.h | 1535 __be32 skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, 3135 skb_set_transport_header(skb, keys.control.thoff); in skb_probe_transport_header()
|
| /include/linux/netfilter/ |
| A D | x_tables.h | 39 unsigned int thoff; member
|
| /include/uapi/linux/ |
| A D | bpf.h | 7375 __u16 thoff; member
|
Completed in 57 milliseconds