Searched refs:seen (Results 1 – 11 of 11) sorted by relevance
859 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 …]
179 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()
426 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()
296 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()
343 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()
564 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()
238 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()
111 u8 seen:1; /* CCM PDU received */ member
695 peer_mep->cc_status.seen)) in br_cfm_status_fill_info()710 peer_mep->cc_status.seen = false; in br_cfm_status_fill_info()
455 peer_mep->cc_status.seen = true; in br_cfm_frame_rx()
436 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