Searched refs:nfnl_exp_set_l4protonum (Results 1 – 4 of 4) sorted by relevance
110 extern void nfnl_exp_set_l4protonum(struct nfnl_exp *, int, uint8_t);
124 nfnl_exp_set_l4protonum(exp, tuple, l4protonum); in nl_cli_exp_parse_l4protonum()
144 nfnl_exp_set_l4protonum(exp, tuple, nla_get_u8(tb[CTA_PROTO_NUM])); in exp_parse_proto()
744 void nfnl_exp_set_l4protonum(struct nfnl_exp *exp, int tuple, uint8_t l4protonum) in nfnl_exp_set_l4protonum() function