Searched refs:_opt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/mtd/ |
D | rawnand.h | 908 #define NAND_OP_PARSER_PAT_CMD_ELEM(_opt) \ argument 911 .optional = _opt, \ 914 #define NAND_OP_PARSER_PAT_ADDR_ELEM(_opt, _maxcycles) \ argument 917 .optional = _opt, \ 921 #define NAND_OP_PARSER_PAT_DATA_IN_ELEM(_opt, _maxlen) \ argument 924 .optional = _opt, \ 928 #define NAND_OP_PARSER_PAT_DATA_OUT_ELEM(_opt, _maxlen) \ argument 931 .optional = _opt, \ 935 #define NAND_OP_PARSER_PAT_WAITRDY_ELEM(_opt) \ argument 938 .optional = _opt, \
|
/linux-6.1.9/net/netfilter/ |
D | xt_tcpmss.c | 32 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt() local 49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt()
|
D | xt_tcpudp.c | 41 u_int8_t _opt[60 - sizeof(struct tcphdr)]; in tcp_find_option() local 51 optlen, _opt); in tcp_find_option()
|
D | nf_log_syslog.c | 240 u8 _opt[60 - sizeof(struct tcphdr)]; in nf_log_dump_tcp_header() local 245 optsize, _opt); in nf_log_dump_tcp_header() 342 unsigned char _opt[4 * 15 - sizeof(struct iphdr)]; in dump_ipv4_packet() local 348 optsize, _opt); in dump_ipv4_packet()
|