Searched refs:wi (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 341 int w, w_h, w_steps, wi; in parse_flowsets() local 367 wi = w + ((w_h - w)* i)/(w_steps == 1 ? 1 : (w_steps-1)); in parse_flowsets() 373 x = (wi*2048)/li; in parse_flowsets() 375 n_fs, wi, li, x, flows); in parse_flowsets() 382 wsum += wi * flows; in parse_flowsets() 383 fs->par[0] = wi; in parse_flowsets()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 682 struct sctp_laddr *wi; in sctp_add_addr_to_vrf() local 686 if (wi == NULL) { in sctp_add_addr_to_vrf() 698 memset(wi, 0, sizeof(*wi)); in sctp_add_addr_to_vrf() 700 wi->ifa = sctp_ifap; in sctp_add_addr_to_vrf() 701 wi->action = SCTP_ADD_IP_ADDRESS; in sctp_add_addr_to_vrf() 791 struct sctp_laddr *wi; in sctp_del_addr_from_vrf() local 794 if (wi == NULL) { in sctp_del_addr_from_vrf() 806 memset(wi, 0, sizeof(*wi)); in sctp_del_addr_from_vrf() 808 wi->ifa = sctp_ifap; in sctp_del_addr_from_vrf() 809 wi->action = SCTP_DEL_IP_ADDRESS; in sctp_del_addr_from_vrf() [all …]
|
| H A D | sctp_asconf.c | 3211 struct sctp_laddr *wi; in sctp_addr_mgmt_ep_sa() local 3221 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); in sctp_addr_mgmt_ep_sa() 3222 if (wi == NULL) { in sctp_addr_mgmt_ep_sa() 3230 wi->ifa = ifa; in sctp_addr_mgmt_ep_sa() 3231 wi->action = type; in sctp_addr_mgmt_ep_sa() 3233 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_addr_mgmt_ep_sa()
|
| H A D | sctputil.c | 1625 struct sctp_laddr *wi, *nwi; in sctp_handle_addr_wq() local 1642 LIST_REMOVE(wi, sctp_nxt_addr); in sctp_handle_addr_wq() 1643 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_handle_addr_wq() 1669 LIST_FOREACH(wi, &asc->list_of_work, sctp_nxt_addr) { in sctp_handle_addr_wq() 6444 struct sctp_laddr *wi; in sctp_dynamic_set_primary() local 6456 if (wi == NULL) { in sctp_dynamic_set_primary() 6462 memset(wi, 0, sizeof(*wi)); in sctp_dynamic_set_primary() 6463 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_dynamic_set_primary() 6464 wi->ifa = ifa; in sctp_dynamic_set_primary() 6465 wi->action = SCTP_SET_PRIM_ADDR; in sctp_dynamic_set_primary() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 264 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| H A D | cvmx-shared-linux-n32.ld | 288 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| H A D | cvmx-shared-linux.ld | 287 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|