proto_filter      157 net/bluetooth/bnep/bnep.h 	struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS];
proto_filter       92 net/bluetooth/bnep/core.c 	s->proto_filter[0].start = ETH_P_IP;
proto_filter       93 net/bluetooth/bnep/core.c 	s->proto_filter[0].end   = ETH_P_ARP;
proto_filter       95 net/bluetooth/bnep/core.c 	s->proto_filter[1].start = ETH_P_RARP;
proto_filter       96 net/bluetooth/bnep/core.c 	s->proto_filter[1].end   = ETH_P_AARP;
proto_filter       98 net/bluetooth/bnep/core.c 	s->proto_filter[2].start = ETH_P_IPX;
proto_filter       99 net/bluetooth/bnep/core.c 	s->proto_filter[2].end   = ETH_P_IPV6;
proto_filter      122 net/bluetooth/bnep/core.c 		struct bnep_proto_filter *f = s->proto_filter;
proto_filter      151 net/bluetooth/bnep/netdev.c 	struct bnep_proto_filter *f = s->proto_filter;