/third_party/libnl/ |
D | solve-oh-compile-problem.patch | 1 diff --git a/lib/route/link/vrf.c b/lib/route/link/vrf.c 3 --- a/lib/route/link/vrf.c 4 +++ b/lib/route/link/vrf.c 6 #include <netlink/route/link/vrf.h>
|
D | README_ZH.md | 25 vrf-c.patch
|
D | README.md | 26 vrf-c.patch
|
D | BUILD.gn | 196 "libnl-3.5.0/lib/route/link/vrf.c",
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 208 struct sctp_vrf *vrf = NULL; local 212 vrf = sctp_find_vrf(vrf_id); 213 if (vrf) { 215 return (vrf); 217 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf), 219 if (vrf == NULL) { 227 memset(vrf, 0, sizeof(struct sctp_vrf)); 228 vrf->vrf_id = vrf_id; 229 LIST_INIT(&vrf->ifnlist); 230 vrf->total_ifa_count = 0; [all …]
|
D | sctp_asconf.c | 2477 struct sctp_vrf *vrf = NULL; in sctp_find_valid_localaddr() local 2483 vrf = sctp_find_vrf(stcb->asoc.vrf_id); in sctp_find_valid_localaddr() 2484 if (vrf == NULL) { in sctp_find_valid_localaddr() 2489 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_find_valid_localaddr() 3097 struct sctp_vrf *vrf = NULL; in sctp_check_address_list_all() local 3114 vrf = sctp_find_vrf(vrf_id); in sctp_check_address_list_all() 3115 if (vrf == NULL) { in sctp_check_address_list_all() 3120 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_check_address_list_all() 3418 struct sctp_vrf *vrf = NULL; in sctp_asconf_send_nat_state_update() local 3423 vrf = sctp_find_vrf(vrf_id); in sctp_asconf_send_nat_state_update() [all …]
|
D | sctp_sysctl.c | 198 struct sctp_vrf *vrf; in sctp_sysctl_number_of_addresses() local 205 if ((vrf = sctp_find_vrf(inp->def_vrf_id)) == NULL) { in sctp_sysctl_number_of_addresses() 209 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_number_of_addresses() 254 struct sctp_vrf *vrf; in sctp_sysctl_copy_out_local_addresses() local 304 if ((vrf = sctp_find_vrf(inp->def_vrf_id)) == NULL) { in sctp_sysctl_copy_out_local_addresses() 310 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_copy_out_local_addresses()
|
D | sctp_pcb.h | 78 struct sctp_vrf *vrf; member 697 void sctp_free_vrf(struct sctp_vrf *vrf);
|
D | sctp_output.c | 2069 struct sctp_vrf *vrf = NULL; in sctp_add_addresses_to_i_ia() local 2075 vrf = sctp_find_vrf(vrf_id); in sctp_add_addresses_to_i_ia() 2076 if (vrf == NULL) { in sctp_add_addresses_to_i_ia() 2085 if (vrf->total_ifa_count > SCTP_COUNT_LIMIT) { in sctp_add_addresses_to_i_ia() 2090 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { in sctp_add_addresses_to_i_ia() 2139 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { in sctp_add_addresses_to_i_ia() 2520 struct sctp_vrf *vrf; in sctp_choose_boundspecific_inp() local 2523 vrf = sctp_find_vrf(vrf_id); in sctp_choose_boundspecific_inp() 2524 if (vrf == NULL) in sctp_choose_boundspecific_inp() 2657 struct sctp_vrf *vrf; in sctp_choose_boundspecific_stcb() local [all …]
|
D | sctputil.c | 5885 struct sctp_vrf *vrf; local 5895 vrf = sctp_find_vrf(vrf_id); 5896 if (vrf == NULL) { 5904 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)]; 5907 hash_of_addr, (uint32_t)vrf->vrf_addr_hashmark, 5908 (uint32_t)(hash_of_addr & vrf->vrf_addr_hashmark)); 7860 struct sctp_vrf *vrf; local 7880 vrf = sctp_find_vrf(stcb->asoc.vrf_id); 7881 if (vrf == NULL) { 7891 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
|
D | sctp_os_userspace.h | 642 #define SCTP_INIT_VRF_TABLEID(vrf) argument
|
D | sctp_usrreq.c | 1464 struct sctp_vrf *vrf; local 1533 vrf = sctp_find_vrf(vrf_id); 1534 if (vrf == NULL) { 1538 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { 1799 struct sctp_vrf *vrf = NULL; local 1809 vrf = sctp_find_vrf(vrf_id); 1810 if (vrf == NULL) { 1817 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
|
/third_party/elfutils/tests/ |
D | run-debuginfod-archive-groom.sh | 64 rm -vrf R/debuginfod-rpms/fedora31 75 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-archive-test.sh | 54 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-archive-rename.sh | 55 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-extraction.sh | 53 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-fd-prefetch-caches.sh | 30 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-response-headers.sh | 57 rm -vrf R/debuginfod-rpms/fedora31
|
D | run-debuginfod-find.sh | 311 rm -vrf R/debuginfod-rpms/fedora31
|