Searched refs:optsize (Results 1 – 3 of 3) sorted by relevance
114 unsigned int optsize = th->doff*4 - sizeof(struct tcphdr); in nf_log_dump_tcp_header() local117 optsize, _opt); in nf_log_dump_tcp_header()125 for (i = 0; i < optsize; i++) in nf_log_dump_tcp_header()
196 unsigned int optsize = 0, check_WSS = 0; in xt_osf_match_packet() local220 optsize = tcp->doff * 4 - sizeof(struct tcphdr); in xt_osf_match_packet()223 sizeof(struct tcphdr), optsize, opts); in xt_osf_match_packet()254 optsize > MAX_IPOPTLEN || in xt_osf_match_packet()255 optsize != foptsize) in xt_osf_match_packet()
83 unsigned int i, optsize; in dump_ipv4_packet() local85 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()