Home
last modified time | relevance | path

Searched refs:LIST_REMOVE (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c302 LIST_REMOVE(vrf, next_vrf);
364 LIST_REMOVE(sctp_ifnp, next_bucket);
365 LIST_REMOVE(sctp_ifnp, next_ifn);
508 LIST_REMOVE(sctp_ifap, next_ifa);
876 LIST_REMOVE(sctp_ifap, next_bucket);
2229 LIST_REMOVE(tinp, sctp_hash);
2237 LIST_REMOVE(inp, sctp_hash);
3107 LIST_REMOVE(stcb, sctp_tcbhash);
3108 LIST_REMOVE(stcb, sctp_tcblist);
3110 LIST_REMOVE(stcb, sctp_tcbasocidhash);
[all …]
Dsctp_auth.c538 LIST_REMOVE(skey, next); in sctp_insert_sharedkey()
1238 LIST_REMOVE(skey, next);
1270 LIST_REMOVE(skey, next);
1383 LIST_REMOVE(skey, next);
Dsctp_input.c800 LIST_REMOVE(stcb, sctp_asocs); in sctp_handle_nat_colliding_state()
815 LIST_REMOVE(stcb, sctp_asocs); in sctp_handle_nat_colliding_state()
2093 LIST_REMOVE(stcb, sctp_asocs); in sctp_process_cookie_existing()
Dsctputil.c1707 LIST_REMOVE(wi, sctp_nxt_addr); in sctp_handle_addr_wq()
/third_party/eudev/src/shared/
Dlist.h59 #define LIST_REMOVE(name,head,item) \ macro
Dhashmap.c859 LIST_REMOVE(debug_list, hashmap_debug_list, &h->debug); in hashmap_free_no_clear()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c307 LIST_REMOVE(sc, sc_attached_list); in usb_linux_detach()
1329 LIST_REMOVE(drv, linux_driver_list); in usb_linux_deregister()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h430 #define LIST_REMOVE(elm, field) do { \ macro
/third_party/FreeBSD/sys/sys/
Dqueue.h592 #define LIST_REMOVE(elm, field) do { \ macro
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c2007 LIST_REMOVE(pd, pd_next); in usb_cdev_free()