Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 6 of 6) sorted by relevance

/net/ipv4/
Dinet_diag.c561 int yes = 1; in inet_diag_bc_run() local
568 yes = 0; in inet_diag_bc_run()
571 yes = entry->sport == op[1].no; in inet_diag_bc_run()
574 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
577 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
580 yes = entry->dport == op[1].no; in inet_diag_bc_run()
583 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
586 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
589 yes = !(entry->userlocks & SOCK_BINDPORT_LOCK); in inet_diag_bc_run()
600 yes = 0; in inet_diag_bc_run()
[all …]
/net/nfc/nci/
DKconfig22 Say yes if you use an NCI driver that requires SPI link layer.
29 Say yes if you use an NCI driver that requires UART link layer.
/net/nfc/hci/
DKconfig17 Say yes if you use an NFC HCI driver that requires SHDLC link layer.
/net/rfkill/
DKconfig33 If you say yes here you get support of a generic gpio RFKILL
/net/caif/
DKconfig19 built as modules. You will also need to say yes to any CAIF physical
/net/ceph/
Dosdmap.c477 u32 yes; in crush_decode() local
480 ceph_decode_32_safe(p, end, yes, bad); in crush_decode()
481 if (!yes) { in crush_decode()
492 ceph_decode_32_safe(p, end, yes, bad); in crush_decode()
494 if (yes > (ULONG_MAX - sizeof(*r)) in crush_decode()
498 r = kmalloc(struct_size(r, steps, yes), GFP_NOFS); in crush_decode()
503 r->len = yes; in crush_decode()