Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 11 of 11) sorted by relevance

/net/can/
A Draw.c85 int bound; member
313 if (ro->bound) { in raw_notify()
322 ro->bound = 0; in raw_notify()
422 if (ro->bound) { in raw_release()
435 ro->bound = 0; in raw_release()
502 if (ro->bound) { in raw_bind()
514 ro->bound = 1; in raw_bind()
594 if (ro->bound && dev) { in raw_setsockopt()
603 if (ro->bound) { in raw_setsockopt()
654 if (ro->bound && dev) { in raw_setsockopt()
[all …]
A Disotp.c152 int bound; member
951 if (!so->bound || so->tx.state == ISOTP_SHUTDOWN) in isotp_sendmsg()
1140 if (!so->bound) in isotp_recvmsg()
1206 if (so->bound) { in isotp_release()
1231 so->bound = 0; in isotp_release()
1295 if (so->bound) { in isotp_bind()
1343 so->bound = 1; in isotp_bind()
1382 if (so->bound) in isotp_setsockopt_locked()
1556 if (so->bound) { in isotp_notify()
1568 so->bound = 0; in isotp_notify()
[all …]
A Dbcm.c131 int bound; member
1371 if (!bo->bound) in bcm_sendmsg()
1498 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notify()
1505 bo->bound = 0; in bcm_notify()
1520 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notify()
1558 bo->bound = 0; in bcm_init()
1645 if (bo->bound) { in bcm_release()
1646 bo->bound = 0; in bcm_release()
1674 if (bo->bound) { in bcm_connect()
1716 bo->bound = 1; in bcm_connect()
/net/ieee802154/
A Dsocket.c441 unsigned int bound:1; member
498 ro->bound = 0; in dgram_bind()
523 ro->bound = 1; in dgram_bind()
582 if (!ro->bound) { in dgram_connect()
638 if (!ro->bound) in dgram_sendmsg()
678 ro->bound ? &ro->src_addr : NULL, size); in dgram_sendmsg()
778 if (!ro->bound) in ieee802154_match_sock()
/net/netfilter/
A Dnft_immediate.c170 chain->bound = false; in nft_immediate_deactivate()
209 if (chain->bound) { in nft_immediate_destroy()
A DKconfig500 incremental counting and random numbers bound to a upper limit.
1594 routing to implement full featured non-locally bound sockets.
A Dnf_tables_api.c283 if (chain->bound) in nf_tables_bind_chain()
289 chain->bound = true; in nf_tables_bind_chain()
440 return a->set == b->set && a->bound == b->bound && a->nelems < NFT_MAX_SET_NELEMS; in nft_trans_collapse_set_elem_allowed()
/net/netlink/
A Daf_netlink.h37 bool bound; member
A Daf_netlink.c560 if (nlk_sk(sk)->bound) in netlink_insert()
586 WRITE_ONCE(nlk_sk(sk)->bound, portid); in netlink_insert()
757 if (nlk->portid && nlk->bound) { in netlink_release()
980 bool bound; in netlink_bind() local
1002 bound = READ_ONCE(nlk->bound); in netlink_bind()
1003 if (bound) { in netlink_bind()
1030 if (!bound) { in netlink_bind()
1092 if (!READ_ONCE(nlk->bound)) in netlink_connect()
1858 if (!READ_ONCE(nlk->bound)) { in netlink_sendmsg()
/net/unix/
A DKconfig20 bool "UNIX: out-of-bound messages"
/net/sunrpc/
A Dsysfs.c251 int locked, connected, connecting, close_wait, bound, binding, in rpc_sysfs_xprt_state_show() local
261 bound = test_bit(XPRT_BOUND, &xprt->state); in rpc_sysfs_xprt_state_show()
275 bound ? "BOUND" : "", in rpc_sysfs_xprt_state_show()

Completed in 98 milliseconds