Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_fswbinds.c61 nfr.nfr_ip_protocol = IPPROTO_TCP; in skt_fswbind_common()
72 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in skt_fswbind_common()
83 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in skt_fswbind_common()
93 nfr.nfr_ip_protocol = IPPROTO_TCP; in skt_fswbind_common()
104 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in skt_fswbind_common()
115 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in skt_fswbind_common()
H A Dskt_flowswitch_ns_reserve.c195 nfr.nfr_ip_protocol = proto; in skt_flowswitch_ns_bsd()
270 nfr.nfr_ip_protocol = proto; in skt_flowswitch_ns_sky()
289 nfr.nfr_ip_protocol = proto; in skt_flowswitch_ns_sky()
400 nfr.nfr_ip_protocol = proto; in skt_ns_sky_bind()
887 nfr.nfr_ip_protocol = IPPROTO_TCP; in skt_flowswitch_ns_reserve_main()
895 (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in skt_flowswitch_ns_reserve_main()
976 (nfr.nfr_ip_protocol == IPPROTO_TCP) ? SOCK_STREAM : SOCK_DGRAM, in skt_flowswitch_ns_reserve_main()
977 nfr.nfr_ip_protocol); in skt_flowswitch_ns_reserve_main()
991 nfr.nfr_ip_protocol = INVERT_PROTO(nfr.nfr_ip_protocol); in skt_flowswitch_ns_reserve_main()
1007 nfr.nfr_ip_protocol, uuidstr); in skt_flowswitch_ns_reserve_main()
[all …]
H A Dskywalk_test_utils.c698 nfr.nfr_ip_protocol = IPPROTO_TCP; in sktc_bind_tcp4_flow()
712 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in sktc_bind_tcp4_flow()
727 nfr.nfr_nx_port, uuidstr, (nfr.nfr_ip_protocol == IPPROTO_TCP) ? "tcp" : "udp", in sktc_bind_tcp4_flow()
2682 nfr->nfr_nx_port, uuidstr, sa_buf, da_buf, nfr->nfr_ip_protocol, in sktu_nfr_to_string()
2722 nfr->nfr_ip_protocol = proto; in _sktu_create_nexus_flow()
2733 nfr->nfr_ip_protocol = proto; in _sktu_create_nexus_flow()
H A Dskt_xfer.c283 nfr.nfr_ip_protocol = protocol; in connect_flow()
328 nfr.nfr_ip_protocol = protocol; in connect_child_flow()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c441 switch (req->nfr_ip_protocol) { in flow_req_check_mac_allowed()
458 SA(&req->nfr_saddr.sa), socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()
461 SA(&req->nfr_daddr.sa), socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()
469 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_netns_reservation()
476 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_protons_reservation()
484 uint8_t proto = req->nfr_ip_protocol; in flow_req_needs_ipsec_reservation()
501 nfi->nfi_protocol = req->nfr_ip_protocol; in flow_set_port_info()
532 req->nfr_ip_protocol, &ns_token, in flow_req_prepare_namespace()
574 daddr, req->nfr_ip_protocol); in flow_req_prepare_namespace()
577 req->nfr_ip_protocol, in flow_req_prepare_namespace()
[all …]
H A Dflow_var.h724 key->fk_proto = req->nfr_ip_protocol; in flow_req2key()
744 key->fk_proto = req->nfr_ip_protocol; in flow_req2key()
H A Dflow_entry.c566 switch (req->nfr_ip_protocol) { in flow_entry_alloc()
644 if (req->nfr_ip_protocol == IPPROTO_TCP) { in flow_entry_alloc()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c116 req.nfr_ip_protocol = cparams->ip_protocol; in fsw_netagent_flow_add()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus_private.h393 uint8_t nfr_ip_protocol; member
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c5654 nfr.nfr_ip_protocol = IPPROTO_TCP; in tcp_add_fsw_flow()