Searched refs:IXAF_SCOPEID_SET (Results 1 – 21 of 21) sorted by relevance
291 ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_conn_request()556 ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_connect()559 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in sctp_connect()
276 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_bind()280 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in sctp_bind()
313 ixas.ixa_flags |= IXAF_SCOPEID_SET; in sctp_ootb_shutdown_ack()
404 ixas.ixa_flags |= IXAF_SCOPEID_SET; in sctp_ootb_send_abort()
1498 IXAF_SCOPEID_SET)) { in sctp_getpeeraddrs()1527 (fp->sf_ixa->ixa_flags & IXAF_SCOPEID_SET)) in sctp_getpeeraddrs()
1616 (ixa->ixa_flags & IXAF_SCOPEID_SET)) in sctp_getmyaddrs()
615 ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_bind_check()619 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in tcp_bind_check()
1520 (econnp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in tcp_tli_accept()1845 (econnp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in tcp_tpi_accept()
1684 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_connect_ipv6()1687 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in tcp_connect_ipv6()1795 if (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET) in tcp_disconnect_common()
240 if (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET) { in tcp_snmp_get()
2604 ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_xmit_early_reset()
1468 econnp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_input_listener()
505 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in rawip_do_bind()509 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_bind()575 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_bind()870 ixa->ixa_flags |= IXAF_SCOPEID_SET; in rawip_do_connect()874 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_connect()3444 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_ancillary()3456 ixa->ixa_flags |= IXAF_SCOPEID_SET; in icmp_output_ancillary()3458 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_ancillary()4437 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_newdst()4448 ixa->ixa_flags |= IXAF_SCOPEID_SET; in icmp_output_newdst()[all …]
1104 } else if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()1189 if (ixa->ixa_ifindex != 0 || (ixaflags & IXAF_SCOPEID_SET)) { in ip_select_route()1190 if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()
2127 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) in conn_getsockname()2163 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) in conn_getpeername()
504 ixas.ixa_flags |= IXAF_SCOPEID_SET; in icmp_send_reply_v6()1292 ixas.ixa_flags |= IXAF_SCOPEID_SET; in icmp_pkt_v6()
430 if (ixa->ixa_flags & IXAF_SCOPEID_SET) in ip_verify_src()
6563 if (ixa->ixa_flags & IXAF_SCOPEID_SET) in ip_fill_mtuinfo()
2827 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_ancillary()2838 ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_output_ancillary()2840 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_ancillary()3451 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in udp_ud_err_connected()3848 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_newdst()3859 ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_output_newdst()3861 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_newdst()5366 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_do_bind()5370 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_do_bind()5560 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_do_bind()[all …]
264 IXAF_SCOPEID_SET) { in udp_snmp_get()
2238 #define IXAF_SCOPEID_SET 0x00800000 /* ixa_scopeid set */ macro