Searched refs:__set_filter (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | toeplitz.c | 287 static void __set_filter(int fd, int off_proto, uint8_t proto, int off_dport) in __set_filter() function 315 __set_filter(fd, offsetof(struct iphdr, protocol), proto, in set_filter() 318 __set_filter(fd, offsetof(struct ip6_hdr, ip6_nxt), proto, in set_filter()
|