Searched refs:htype (Results 1 – 7 of 7) sorted by relevance
| /net/sched/ |
| A D | act_pedit.c | 94 k->htype = nla_get_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]); in tcf_pedit_keys_ex_parse() 128 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump() 357 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() argument 361 switch (htype) { in pedit_skb_hdr_offset() 390 enum pedit_header_type htype = TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK; in tcf_pedit_act() local 422 htype = tkey_ex->htype; in tcf_pedit_act() 428 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() 430 …nfo_ratelimited("tc action pedit unable to extract header offset for header type (0x%x)\n", htype); in tcf_pedit_act() 575 entry->mangle.htype = tcf_pedit_htype(act, k); in tcf_pedit_offload_act_setup()
|
| A D | act_ct.c | 76 enum flow_action_mangle_base htype, in tcf_ct_add_mangle_action() argument 85 entry->mangle.htype = htype; in tcf_ct_add_mangle_action()
|
| /net/netfilter/ipset/ |
| A D | ip_set_hash_gen.h | 229 #undef htype 278 #define htype MTYPE macro 291 struct htype { struct 399 struct htype *h = set->data; in mtype_flush() 452 struct htype *h = set->data; in mtype_destroy() 561 struct htype *h; in mtype_gc() 604 struct htype *h = set->data; in mtype_cancel_gc() 624 struct htype *h = set->data; in mtype_resize() 810 struct htype *h = set->data; in mtype_ext_size() 842 struct htype *h = set->data; in mtype_add() [all …]
|
| /net/bridge/netfilter/ |
| A D | ebt_arp.c | 33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
|
| /net/ipv4/ |
| A D | ipconfig.c | 631 u8 htype; /* HW address type */ member 861 b->htype = dev->type; in ic_bootp_send_if() 863 b->htype = ARPHRD_ETHER; in ic_bootp_send_if() 867 b->htype = dev->type; /* can cause undefined behavior */ in ic_bootp_send_if()
|
| /net/batman-adv/ |
| A D | distributed-arp-table.c | 75 __u8 htype; member 1472 __u8 htype; in batadv_dat_check_dhcp() member 1488 if (!dhcp_h || dhcp_h->htype != BATADV_HTYPE_ETHERNET || in batadv_dat_check_dhcp()
|
| /net/netfilter/ |
| A D | nf_flow_table_offload.c | 205 enum flow_action_mangle_base htype, u32 offset, in flow_offload_mangle() argument 209 entry->mangle.htype = htype; in flow_offload_mangle()
|
Completed in 33 milliseconds