Searched refs:is_local (Results 1 – 8 of 8) sorted by relevance
/net/dccp/ |
D | feat.c | 281 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote", in dccp_feat_print_entry() 306 const bool is_local, dccp_feat_val const *fval) in __dccp_feat_activate() argument 335 rx = (is_local == (dccp_feat_table[idx].rxtx == FEAT_AT_RX)); in __dccp_feat_activate() 429 u8 feat_num, bool is_local) in dccp_feat_list_lookup() argument 434 if (entry->feat_num == feat_num && entry->is_local == is_local) in dccp_feat_list_lookup() 456 if (entry->feat_num == feat && entry->is_local == local) { in dccp_feat_entry_new() 467 entry->is_local = local; in dccp_feat_entry_new() 490 new->is_local = local; in dccp_feat_push_change() 518 new->is_local = local; in dccp_feat_push_confirm() 724 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp() argument [all …]
|
D | feat.h | 74 is_local; member 82 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt() 83 return entry->is_local ? DCCPO_CHANGE_L : DCCPO_CHANGE_R; in dccp_feat_genopt() 95 bool is_local:1, member 109 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
|
/net/tipc/ |
D | monitor.c | 84 bool is_local; member 228 if (member->is_local) in mon_identify_lost_members() 331 peer->is_local = false; in mon_assign_roles() 337 peer->is_local = true; in mon_assign_roles() 468 peer->is_local = false; in tipc_mon_peer_down() 624 state->monitoring = peer->is_local; in tipc_mon_get_state() 767 if (peer->is_local) in __tipc_nl_add_monitor_peer()
|
/net/bridge/ |
D | br_switchdev.c | 134 .is_local = test_bit(BR_FDB_LOCAL, &fdb->flags), in br_switchdev_fdb_notify() 137 struct net_device *dev = (!dst || info.is_local) ? br->dev : dst->dev; in br_switchdev_fdb_notify()
|
D | br_fdb.c | 495 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf() 747 item.is_local = test_bit(BR_FDB_LOCAL, &fdb->flags); in br_fdb_replay_one() 748 item.info.dev = (!p || item.is_local) ? br->dev : p->dev; in br_fdb_replay_one()
|
/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 | 79 bool is_local; in __ip_vs_addr_is_local_v6() local 81 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); in __ip_vs_addr_is_local_v6() 84 return is_local; in __ip_vs_addr_is_local_v6()
|
/net/dsa/ |
D | slave.c | 2447 bool host_addr = fdb_info->is_local; in dsa_slave_fdb_event()
|