Searched refs:is_local (Results 1 – 8 of 8) sorted by relevance
/net/dccp/ |
D | feat.c | 284 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote", in dccp_feat_print_entry() 309 const bool is_local, dccp_feat_val const *fval) in __dccp_feat_activate() argument 338 rx = (is_local == (dccp_feat_table[idx].rxtx == FEAT_AT_RX)); in __dccp_feat_activate() 432 u8 feat_num, bool is_local) in dccp_feat_list_lookup() argument 437 if (entry->feat_num == feat_num && entry->is_local == is_local) in dccp_feat_list_lookup() 459 if (entry->feat_num == feat && entry->is_local == local) { in dccp_feat_entry_new() 470 entry->is_local = local; in dccp_feat_entry_new() 493 new->is_local = local; in dccp_feat_push_change() 521 new->is_local = local; in dccp_feat_push_confirm() 725 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp() argument [all …]
|
D | feat.h | 77 is_local; member 85 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt() 86 return entry->is_local ? DCCPO_CHANGE_L : DCCPO_CHANGE_R; in dccp_feat_genopt() 98 bool is_local:1, member 112 extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
|
/net/bridge/ |
D | br_fdb.c | 107 if (f->dst == p && f->is_local) { in br_fdb_changeaddr() 151 if (f && f->is_local && !f->dst) in br_fdb_change_mac_address() 166 if (f && f->is_local && !f->dst) in br_fdb_change_mac_address() 243 if (f->is_local) { in br_fdb_delete_by_port() 344 fe->is_local = f->is_local; in br_fdb_fillbuf() 398 fdb->is_local = 0; in fdb_create() 420 if (fdb->is_local) in fdb_insert() 432 fdb->is_local = fdb->is_static = 1; in fdb_insert() 467 if (unlikely(fdb->is_local)) { in br_fdb_update() 493 if (fdb->is_local) in fdb_to_nud() [all …]
|
D | br_input.c | 114 dst->is_local) { in br_handle_frame_finish()
|
D | br_private.h | 91 unsigned char is_local; member
|
/net/vmw_vsock/ |
D | vmci_transport.c | 1145 bool is_local; in vmci_transport_recv_connecting_server() local 1200 is_local = in vmci_transport_recv_connecting_server() 1203 flags |= is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_server() 1394 bool is_local; in vmci_transport_recv_connecting_client_negotiate() local 1471 is_local = vsk->remote_addr.svm_cid == vsk->local_addr.svm_cid; in vmci_transport_recv_connecting_client_negotiate() 1472 flags = is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_client_negotiate()
|
/net/ipv4/ |
D | tcp.c | 3511 int is_local; in tcp_is_local() local 3516 is_local = rt->dst.dev && (rt->dst.dev->flags & IFF_LOOPBACK); in tcp_is_local() 3518 return is_local; in tcp_is_local() 3524 int is_local; in tcp_is_local6() local 3526 is_local = rt6 && rt6->dst.dev && (rt6->dst.dev->flags & IFF_LOOPBACK); in tcp_is_local6() 3528 return is_local; in tcp_is_local6()
|
/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 83 bool is_local; in __ip_vs_addr_is_local_v6() local 85 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); in __ip_vs_addr_is_local_v6() 88 return is_local; in __ip_vs_addr_is_local_v6()
|