Searched refs:hlist_head (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/linux-master/include/net/netns/
H A Dpacket.h13 struct hlist_head sklist;
H A Dxdp.h10 struct hlist_head list;
H A Dmctp.h21 struct hlist_head binds;
27 struct hlist_head keys;
H A Dxfrm.h15 struct hlist_head __rcu *table;
42 struct hlist_head __rcu *state_bydst;
43 struct hlist_head __rcu *state_bysrc;
44 struct hlist_head __rcu *state_byspi;
45 struct hlist_head __rcu *state_byseq;
51 struct hlist_head *policy_byidx;
54 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
H A Dunix.h12 struct hlist_head *buckets;
H A Dnexthop.h14 struct hlist_head *devhash; /* nexthops by device */
H A Dcan.h38 struct hlist_head cgw_list;
H A Dipv6.h74 struct hlist_head *fib_table_hash;
98 struct hlist_head *inet6_addr_lst;
117 struct hlist_head head;
/linux-master/scripts/kconfig/
H A Dlist_types.h9 struct hlist_head { struct
/linux-master/include/linux/can/
H A Dcan-ml.h56 struct hlist_head rx[RX_MAX];
57 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ];
58 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
/linux-master/net/xfrm/
H A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz)
18 struct hlist_head *n;
25 n = (struct hlist_head *)
32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c41 struct hlist_head { struct
54 struct hlist_head h;
/linux-master/net/atm/
H A Dlec.h74 struct hlist_head lec_arp_empty_ones;
76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];
78 struct hlist_head lec_no_forward;
85 struct hlist_head mcast_fwds;
/linux-master/scripts/gdb/linux/
H A Dclk.py13 def clk_core_for_each_child(hlist_head):
14 return lists.hlist_for_each_entry(hlist_head,
64 def lookup_hlist(self, hlist_head, name):
65 for child in clk_core_for_each_child(hlist_head):
H A Dlists.py19 hlist_head = utils.CachedType("struct hlist_head") variable
47 if head.type == hlist_head.get_type().pointer():
49 elif head.type != hlist_head.get_type():
50 raise TypeError("Must be struct hlist_head not {}"
/linux-master/kernel/
H A Duser-return-notifier.c8 static DEFINE_PER_CPU(struct hlist_head, return_notifier_list);
39 struct hlist_head *head;
/linux-master/net/batman-adv/
H A Dhash.h42 struct hlist_head *table;
83 struct hlist_head *head;
136 struct hlist_head *head;
H A Dtypes.h224 struct hlist_head neigh_list;
285 struct hlist_head fragment_list;
371 struct hlist_head ifinfo_list;
479 struct hlist_head neigh_list;
523 struct hlist_head vlan_list;
651 struct hlist_head ifinfo_list;
1039 struct hlist_head req_list;
1171 struct hlist_head gateway_list;
1213 struct hlist_head container_list;
1216 struct hlist_head handler_lis
[all...]
/linux-master/tools/include/linux/
H A Dhashtable.h18 struct hlist_head name[1 << (bits)] = \
22 struct hlist_head name[1 << (bits)]
31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz)
69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz)
/linux-master/arch/x86/include/asm/
H A Dkvm_page_track.h17 struct hlist_head track_notifier_list;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.h30 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */
31 struct hlist_head by_id[IONIC_RX_FILTER_HLISTS]; /* by filter_id */
/linux-master/include/linux/
H A Dhashtable.h17 struct hlist_head name[1 << (bits)] = \
21 struct hlist_head name[1 << (bits)] __read_mostly = \
25 struct hlist_head name[1 << (bits)]
34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz)
81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz)
H A Diocontext.h111 struct hlist_head icq_list;
H A Dblk-crypto-profile.h126 struct hlist_head *slot_hashtable;
H A Dbpf-cgroup-defs.h64 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE];

Completed in 473 milliseconds

1234567891011>>