Lines Matching full:ee
49 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_local_rcu()
69 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_local_rcu()
148 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_input_error()
161 trace_rxrpc_rx_icmp(peer, &serr->ee, &srx); in rxrpc_input_error()
163 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP && in rxrpc_input_error()
164 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_input_error()
165 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
166 rxrpc_adjust_mtu(peer, serr->ee.ee_info); in rxrpc_input_error()
170 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6 && in rxrpc_input_error()
171 serr->ee.ee_type == ICMPV6_PKT_TOOBIG && in rxrpc_input_error()
172 serr->ee.ee_code == 0)) { in rxrpc_input_error()
173 rxrpc_adjust_mtu(peer, serr->ee.ee_info); in rxrpc_input_error()
189 struct sock_extended_err *ee = &serr->ee; in rxrpc_store_error() local
190 int err = ee->ee_errno; in rxrpc_store_error()
194 switch (ee->ee_origin) { in rxrpc_store_error()