Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_osf.c66 unsigned int optsize; member
95 ctx->optsize > MAX_IPOPTLEN || in nf_osf_match_one()
96 ctx->optsize != foptsize) in nf_osf_match_one()
186 ctx->optsize = tcp->doff * 4 - sizeof(struct tcphdr); in nf_osf_hdr_ctx_init()
189 sizeof(struct tcphdr), ctx->optsize, opts); in nf_osf_hdr_ctx_init()
Dnf_log_common.c114 unsigned int optsize = th->doff*4 - sizeof(struct tcphdr); in nf_log_dump_tcp_header() local
117 optsize, _opt); in nf_log_dump_tcp_header()
125 for (i = 0; i < optsize; i++) in nf_log_dump_tcp_header()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c83 unsigned int i, optsize; in dump_ipv4_packet() local
85 optsize = ih->ihl * 4 - sizeof(struct iphdr); in dump_ipv4_packet()
87 optsize, _opt); in dump_ipv4_packet()
95 for (i = 0; i < optsize; i++) in dump_ipv4_packet()