Searched refs:LIST_REMOVE (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 302 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 …]
|
D | sctp_auth.c | 538 LIST_REMOVE(skey, next); in sctp_insert_sharedkey() 1238 LIST_REMOVE(skey, next); 1270 LIST_REMOVE(skey, next); 1383 LIST_REMOVE(skey, next);
|
D | sctp_input.c | 800 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()
|
D | sctputil.c | 1707 LIST_REMOVE(wi, sctp_nxt_addr); in sctp_handle_addr_wq()
|
/third_party/eudev/src/shared/ |
D | list.h | 59 #define LIST_REMOVE(name,head,item) \ macro
|
D | hashmap.c | 859 LIST_REMOVE(debug_list, hashmap_debug_list, &h->debug); in hashmap_free_no_clear()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 307 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/ |
D | user_queue.h | 430 #define LIST_REMOVE(elm, field) do { \ macro
|
/third_party/FreeBSD/sys/sys/ |
D | queue.h | 592 #define LIST_REMOVE(elm, field) do { \ macro
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 2007 LIST_REMOVE(pd, pd_next); in usb_cdev_free()
|