Home
last modified time | relevance | path

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

/net/netfilter/
A Dnf_conntrack_proto_tcp.c859 ct->proto.tcp.seen[0].td_end = in tcp_new()
865 ct->proto.tcp.seen[0].td_maxend = in tcp_new()
866 ct->proto.tcp.seen[0].td_end; in tcp_new()
879 ct->proto.tcp.seen[0].td_end = in tcp_new()
885 ct->proto.tcp.seen[0].td_maxend = in tcp_new()
886 ct->proto.tcp.seen[0].td_end + in tcp_new()
887 ct->proto.tcp.seen[0].td_maxwin; in tcp_new()
891 ct->proto.tcp.seen[0].flags = in tcp_new()
1285 else if ((ct->proto.tcp.seen[0].flags | ct->proto.tcp.seen[1].flags) & in nf_conntrack_tcp_packet()
1443 ct->proto.tcp.seen[0].td_scale = in nlattr_to_tcp()
[all …]
A Dnf_flow_table_core.c179 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_CLOSE_INIT; in flow_offload_fixup_tcp()
185 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()
186 tcp->seen[0].flags &= ~IP_CT_TCP_FLAG_MAXACK_SET; in flow_offload_fixup_tcp()
187 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
188 tcp->seen[1].flags &= ~IP_CT_TCP_FLAG_MAXACK_SET; in flow_offload_fixup_tcp()
A Dnf_conntrack_proto.c426 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()
427 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
A Dnft_flow_offload.c296 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in flow_offload_ct_tcp()
297 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in flow_offload_ct_tcp()
A Dnf_nat_core.c343 return (__s32)(new->proto.tcp.seen[0].td_end - in nf_seq_has_advanced()
344 old->proto.tcp.seen[0].td_end) > 0; in nf_seq_has_advanced()
A Dnf_synproxy_core.c564 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
978 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack_ipv6()
/net/bridge/
A Dbr_mst.c238 DECLARE_BITMAP(seen, VLAN_N_VID) = { 0 }; in br_mst_info_size()
246 if (test_bit(v->brvlan->msti, seen)) in br_mst_info_size()
256 __set_bit(v->brvlan->msti, seen); in br_mst_info_size()
265 DECLARE_BITMAP(seen, VLAN_N_VID) = { 0 }; in br_mst_fill_info()
271 if (test_bit(v->brvlan->msti, seen)) in br_mst_fill_info()
283 __set_bit(v->brvlan->msti, seen); in br_mst_fill_info()
A Dbr_private_cfm.h111 u8 seen:1; /* CCM PDU received */ member
A Dbr_cfm_netlink.c695 peer_mep->cc_status.seen)) in br_cfm_status_fill_info()
710 peer_mep->cc_status.seen = false; in br_cfm_status_fill_info()
A Dbr_cfm.c455 peer_mep->cc_status.seen = true; in br_cfm_frame_rx()
/net/sched/
A Dact_ct.c436 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
437 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()

Completed in 28 milliseconds