Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/netfilter/
Dnf_reject_ipv6.c220 __be16 fo; in reject6_csum_ok() local
230 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok()
232 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
/net/bridge/netfilter/
Dnft_reject_bridge.c226 __be16 fo; in reject6_br_csum_ok() local
239 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo); in reject6_br_csum_ok()
240 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_br_csum_ok()
/net/ipv4/
Dtcp_output.c3280 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local
3285 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data()
3297 space = min_t(size_t, space, fo->size); in tcp_send_syn_data()
3309 &fo->data->msg_iter); in tcp_send_syn_data()
3320 if (space == fo->size) in tcp_send_syn_data()
3321 fo->data = NULL; in tcp_send_syn_data()
3322 fo->copied = space; in tcp_send_syn_data()
3338 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data()
3349 if (fo->cookie.len > 0) in tcp_send_syn_data()
3350 fo->cookie.len = 0; in tcp_send_syn_data()
[all …]