Home
last modified time | relevance | path

Searched refs:fd_protocol (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1900 return (l3info->l3_protocol == fd->fd_protocol); in flow_ip_proto_match()
1996 switch (fd->fd_protocol) { in flow_ip_proto_accept_fe()
2078 return (fd->fd_protocol % ft->ft_size); in flow_ip_proto_hash_fe()
2105 return (fd1->fd_protocol == fd2->fd_protocol); in flow_ip_proto_match_fe()
2256 return (fd->fd_protocol == l3info->l3_protocol && in flow_transport_lport_match()
2268 return (fd->fd_protocol == l3info->l3_protocol && in flow_transport_rport_match()
2381 switch (fd->fd_protocol) { in flow_transport_accept_fe()
2424 return ((port ^ (fd->fd_protocol << 4)) % ft->ft_size); in flow_transport_hash_fe()
2433 if (fd1->fd_protocol != fd2->fd_protocol) in flow_transport_match_fe()
H A Dmac.c5960 ndesc->nd_protocol = (uint8_t)fdesc->fd_protocol; in mac_write_flow_desc()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c150 fdesc->fd_protocol = protocol; in do_check_protocol()
399 dladm_proto2str(fdesc.fd_protocol)); in dladm_flow_attr_proto2str()
H A Dlibdlflow.c194 attr->fi_flow_desc.fd_protocol = in dladm_flow_parse_db()
304 attr->fi_flow_desc.fd_protocol)); in i_dladm_flow_fput_grp()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h85 uint8_t fd_protocol; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c253 mac_flow_proto2str(fdesc.fd_protocol), fdesc.fd_local_port, in mac_flow_dcmd_output()