Home
last modified time | relevance | path

Searched refs:bpf_set_traffic_class (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/tests/
H A Dbpflib.c86 bpf_set_traffic_class(int fd, int tc) in bpf_set_traffic_class() function
250 bpf_set_traffic_class(SO_TC_CTL); in main()
H A Dbpflib.h41 int bpf_set_traffic_class(int fd, int tc);
H A Dnet_bridge.c1562 bpf_set_traffic_class(fd, SO_TC_CTL); in switch_port_list_add_port()
/xnu-10002.81.5/bsd/net/
H A Dbpf.c250 static int bpf_set_traffic_class(struct bpf_d *, int);
2404 error = bpf_set_traffic_class(d, tc); in bpfioctl()
2885 bpf_set_traffic_class(struct bpf_d *d, int tc) in bpf_set_traffic_class() function