Home
last modified time | relevance | path

Searched defs:_opt (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dxt_tcpmss.c32 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt() local
H A Dnf_log_syslog.c243 u8 _opt[60 - sizeof(struct tcphdr)]; in nf_log_dump_tcp_header() local
345 unsigned char _opt[4 * 15 - sizeof(struct iphdr)]; in dump_ipv4_packet() local
H A Dxt_tcpudp.c44 u_int8_t _opt[60 - sizeof(struct tcphdr)]; in tcp_find_option() local
/linux/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c987 #define TV_OPT_TEST(_opt, _cmdline, _mode_fn) \ argument