Searched defs:is_local (Results 1 - 5 of 5) sorted by relevance

/net/dccp/
H A Dfeat.h66 * @is_local: feature location (1) or feature-remote (0)
77 is_local; member in struct:dccp_feat_entry
85 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R;
86 return entry->is_local ? DCCPO_CHANGE_L : DCCPO_CHANGE_R;
92 * @is_local: local (1) or remote (0) @dependent_feat
98 bool is_local:1, member in struct:ccid_dependency
112 extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
H A Dfeat.c284 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote",
309 const bool is_local, dccp_feat_val const *fval)
338 rx = (is_local == (dccp_feat_table[idx].rxtx == FEAT_AT_RX));
427 * - each feat_num/is_local combination is unique (old entries are overwritten)
432 u8 feat_num, bool is_local)
437 if (entry->feat_num == feat_num && entry->is_local == is_local)
459 if (entry->feat_num == feat && entry->is_local == local) {
470 entry->is_local = local;
493 new->is_local
308 __dccp_feat_activate(struct sock *sk, const int idx, const bool is_local, dccp_feat_val const *fval) argument
431 dccp_feat_list_lookup(struct list_head *fn_list, u8 feat_num, bool is_local) argument
725 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) argument
752 dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, u8 const *list, u8 len) argument
838 dccp_feat_ccid_deps(u8 ccid, bool is_local) argument
942 dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) argument
1002 u8 is_local, ccid; local
[all...]
/net/bridge/
H A Dbr_private.h91 unsigned char is_local; member in struct:net_bridge_fdb_entry
/net/vmw_vsock/
H A Dvmci_transport.c1145 bool is_local; local
1200 is_local =
1203 flags |= is_local ? VMCI_QPFLAG_LOCAL : 0;
1394 bool is_local; local
1471 is_local = vsk->remote_addr.svm_cid == vsk->local_addr.svm_cid;
1472 flags = is_local ? VMCI_QPFLAG_LOCAL : 0;
/net/netfilter/ipvs/
H A Dip_vs_ctl.c83 bool is_local; local
85 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK);
88 return is_local;

Completed in 123 milliseconds