Searched refs:proto_filter (Results 1 – 3 of 3) sorted by relevance
92 s->proto_filter[0].start = ETH_P_IP; in bnep_set_default_proto_filter()93 s->proto_filter[0].end = ETH_P_ARP; in bnep_set_default_proto_filter()95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()98 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()99 s->proto_filter[2].end = ETH_P_IPV6; in bnep_set_default_proto_filter()122 struct bnep_proto_filter *f = s->proto_filter; in bnep_ctrl_set_netfilter()
157 struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS]; member
151 struct bnep_proto_filter *f = s->proto_filter; in bnep_net_proto_filter()