Searched refs:CK_SLIST_INSERT_HEAD (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c392 CK_SLIST_INSERT_HEAD(&STATE_HASH(host, hval),
872 CK_SLIST_INSERT_HEAD(portgroups, pg, entries);
902 CK_SLIST_INSERT_HEAD(hosts, host, entries);
1059 CK_SLIST_INSERT_HEAD(&host->aliases, link, host_entries);
1062 CK_SLIST_INSERT_HEAD(&link->alias->hosts, link, alias_entries);
1067 CK_SLIST_INSERT_HEAD(&HOSTS(cfg, ji->src6_hval), host, entries);
1178 CK_SLIST_INSERT_HEAD(&alias->portgroups, pg, entries);
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_queue.h177 #define CK_SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/sys/net/
H A Dif_vlan.c392 CK_SLIST_INSERT_HEAD(&trunk->hash[i], ifv, ifv_list);
460 CK_SLIST_INSERT_HEAD(&hash2[j], ifv, ifv_list);
601 CK_SLIST_INSERT_HEAD(&sc->vlan_mc_listhead, mc, mc_entries);
H A Dif_lagg.c846 CK_SLIST_INSERT_HEAD(&sc->sc_ports, lp, lp_entries);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1583 CK_SLIST_INSERT_HEAD(&V_dyn_ipv4_parent[bucket], s, entry);
1634 CK_SLIST_INSERT_HEAD(&V_dyn_ipv4[bucket], s, entry);
1714 CK_SLIST_INSERT_HEAD(&V_dyn_ipv6_parent[bucket], s, entry);
1765 CK_SLIST_INSERT_HEAD(&V_dyn_ipv6[bucket], s, entry);
2678 CK_SLIST_INSERT_HEAD(&head[DYN_BUCKET(s->hval, new)], \

Completed in 142 milliseconds