Searched refs:hmark_tuple (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | xt_HMARK.c | 34 struct hmark_tuple { struct 78 hmark_ct_set_htuple(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_ct_set_htuple() 117 hmark_hash(struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_hash() 134 struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_set_tuple_ports() 166 hmark_pkt_set_htuple_ipv6(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv6() 215 struct hmark_tuple t; in hmark_tg_v6() 217 memset(&t, 0, sizeof(struct hmark_tuple)); in hmark_tg_v6() 255 hmark_pkt_set_htuple_ipv4(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv4() 296 struct hmark_tuple t; in hmark_tg_v4() 298 memset(&t, 0, sizeof(struct hmark_tuple)); in hmark_tg_v4()
|