Searched defs:protocols (Results 1 - 3 of 3) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_proto.c35 * IPVS protocols can only be registered/unregistered when the ipvs
63 * register an ipvs protocols netns related data
116 * unregister an ipvs protocols netns data
183 * Propagate event for state change to all protocols
368 char protocols[64]; local
372 strcat(protocols, ", "); \
373 strcat(protocols, (p)->name); \
376 protocols[0] = '\0';
377 protocols[2] = '\0';
393 pr_info("Registered protocols (
[all...]
/net/nfc/hci/
H A Dcore.c317 * protocols from the initial poll and reuse here.
838 u32 protocols,
849 if (protocols == 0)
864 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols,
835 nfc_hci_allocate_device(struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, unsigned long quirks, u32 protocols, const char *llc_name, int tx_headroom, int tx_tailroom, int max_link_payload) argument
/net/nfc/nci/
H A Dcore.c202 __u32 protocols = opt; local
207 (protocols & NFC_PROTO_JEWEL_MASK ||
208 protocols & NFC_PROTO_MIFARE_MASK ||
209 protocols & NFC_PROTO_ISO14443_MASK ||
210 protocols & NFC_PROTO_NFC_DEP_MASK)) {
218 (protocols & NFC_PROTO_ISO14443_B_MASK)) {
226 (protocols & NFC_PROTO_FELICA_MASK ||
227 protocols & NFC_PROTO_NFC_DEP_MASK)) {
235 (protocols & NFC_PROTO_ISO15693_MASK)) {
697 * @supported_protocols: NFC protocols supporte
[all...]

Completed in 92 milliseconds