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 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
|
/net/bridge/ |
D | br_fdb.c | 228 if (f && f->is_local && !f->added_by_user && f->dst == p) in br_fdb_find_delete_local() 250 if (f->dst == p && f->is_local && !f->added_by_user) { in br_fdb_changeaddr() 292 if (f && f->is_local && !f->dst && !f->added_by_user) in br_fdb_change_mac_address() 307 if (f && f->is_local && !f->dst && !f->added_by_user) in br_fdb_change_mac_address() 396 if (f->is_local) in br_fdb_delete_by_port() 467 fe->is_local = f->is_local; in br_fdb_fillbuf() 485 unsigned char is_local, in fdb_create() argument 495 fdb->is_local = is_local; in fdb_create() 520 if (fdb->is_local) in fdb_insert() 567 if (unlikely(fdb->is_local)) { in br_fdb_update() [all …]
|
D | br_input.c | 202 if (dst->is_local) in br_handle_frame_finish()
|
D | br_private.h | 170 unsigned char is_local:1, member
|
/net/tipc/ |
D | monitor.c | 84 bool is_local; member 198 if (member->is_local) in mon_identify_lost_members() 301 peer->is_local = false; in mon_assign_roles() 307 peer->is_local = true; in mon_assign_roles() 430 peer->is_local = false; in tipc_mon_peer_down() 574 state->monitoring = peer->is_local; in tipc_mon_get_state() 701 if (peer->is_local) in __tipc_nl_add_monitor_peer()
|
/net/vmw_vsock/ |
D | vmci_transport.c | 1141 bool is_local; in vmci_transport_recv_connecting_server() local 1196 is_local = in vmci_transport_recv_connecting_server() 1199 flags |= is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_server() 1388 bool is_local; in vmci_transport_recv_connecting_client_negotiate() local 1456 is_local = vsk->remote_addr.svm_cid == vsk->local_addr.svm_cid; in vmci_transport_recv_connecting_client_negotiate() 1457 flags = is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_client_negotiate()
|
/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 84 bool is_local; in __ip_vs_addr_is_local_v6() local 86 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); in __ip_vs_addr_is_local_v6() 89 return is_local; in __ip_vs_addr_is_local_v6()
|